Called to populate the header for the specified section.
'宣言
Public Overrides NotOverridable Function TitleForHeader( _
ByVal As UIKit.UITableView, _
ByVal As System.IntPtr _
) As System.String
public override System.string TitleForHeader(
UIKit.UITableView ,
System.IntPtr
)
パラメータ
- tableView
- Table view containing the section.
- section
- Index of the section displaying the header.
戻り値の型
Text to display in the section header, or null if no title is required.